Uses of Package
org.apache.torque.adapter

Packages that use org.apache.torque.adapter
org.apache.torque Torque is an object-relational mapper for Java. 
org.apache.torque.adapter Adapters between Torque and various databases. 
org.apache.torque.map Description of the schema layout. 
org.apache.torque.oid The ID broker, an API to provide persistent object identifiers, as described by Scott Ambler's paper on "Enterprise-Ready Object IDs". 
org.apache.torque.util Misc. 
 

Classes in org.apache.torque.adapter used by org.apache.torque
DB
          DB defines the interface for a Torque database adapter.
 

Classes in org.apache.torque.adapter used by org.apache.torque.adapter
AbstractDBAdapter
          This class is the abstract base for any database adapter Support for new databases is added by subclassing this class and implementing its abstract methods, and by registering the new database adapter and its corresponding JDBC driver in the service configuration file.
DB
          DB defines the interface for a Torque database adapter.
DBDB2App
          This is used to connect via the Application-Driver to DB2 databases.
DBSybase
          This is used to connect to a Sybase database using Sybase's JConnect JDBC driver.
IDMethod
          Interface for various ID retrieval method types (i.e.
 

Classes in org.apache.torque.adapter used by org.apache.torque.map
IDMethod
          Interface for various ID retrieval method types (i.e.
 

Classes in org.apache.torque.adapter used by org.apache.torque.oid
DB
          DB defines the interface for a Torque database adapter.
 

Classes in org.apache.torque.adapter used by org.apache.torque.util
DB
          DB defines the interface for a Torque database adapter.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.